home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / dragonforce.swf / scripts / DefineButton2_358 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  270 b   |  13 lines

  1. on(release){
  2.    if(_root.paused == false)
  3.    {
  4.       if(_root.musicplaying == true)
  5.       {
  6.          _root.musicplaying = false;
  7.          _root.status.mask.box._x = 245;
  8.          _root.fade = "out";
  9.          _root.globalmusiccontrol = "stop";
  10.       }
  11.    }
  12. }
  13.